-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Executive Bio to member profile #2931
Conversation
Signed-off-by: Debopriya Bhattacharjee <[email protected]>
@debo19 the recorded demo looks great. If the activated modal can be referenced by URL, I will put the URL to use. Can the photo in the modal be a different, second photo? |
@leecalcote Yes, the photo can be different. About the url, I'll try to figure it out. |
@@ -19,4 +19,13 @@ badges: | |||
location: Austin, Texas, USA | |||
bio: "Lee Calcote is an innovative product and technology leader, passionate about empowering engineers and enabling organizations. As Founder of Layer5, he is at the forefront of the cloud native movement. Open source, advanced and emerging technologies have been a consistent focus through Calcote’s time at SolarWinds, Seagate, Cisco and Schneider Electric. An advisor, author, and speaker, Calcote is active in the community as a Docker Captain, Cloud Native Ambassador and GSoC, GSoD, and LFX Mentor." | |||
published: true | |||
executive_bio: available | |||
executive_position: Founder and CEO | |||
company: Layer5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to define executive_photo
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avert your eyes first, but here's the second photo for use in the executive bio - https://blog.gingergeek.com/wp-content/uploads/2019/11/Lee-Calcote.jpg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use this second photo in the alternative bio
Signed-off-by: Debopriya Bhattacharjee <[email protected]>
Signed-off-by: Debopriya Bhattacharjee <[email protected]>
@Nikhil-Ladha @warunicorn19 do you know why the build is failing? |
Is it getting built locally? |
overflow: hidden; | ||
width: 140px; | ||
height: 140px; | ||
box-shadow: 0px 0px 8px 1px rgba(0,179,159,1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please not hard code the color here.
@@ -131,6 +134,10 @@ export const MemberSingleWrapper = styled.div` | |||
.twitter{ | |||
color: #1DA1F2; | |||
} | |||
.bio{ | |||
color: #00b39f; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use a color from the theme.
Yup it does |
I am asking about |
Yeah both of them are working fine locally. |
Ok |
Signed-off-by: Debopriya Bhattacharjee <[email protected]>
If the individually published page is too much of a pain in the rump, we can forego it for now, until the exec team is larger. |
Signed-off-by: Debopriya Bhattacharjee <[email protected]>
Signed-off-by: Debopriya Bhattacharjee <[email protected]>
Signed-off-by: Debopriya Bhattacharjee [email protected]
Description
Screen.Recording.2022-06-26.at.2.29.05.AM.mov
This PR fixes #
Notes for Reviewers
Signed commits